Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGZoomEvent

Extends UIEvent.

Properties
float
newScale
The scale factor that will be in place after the zoom operation has been processed.
SVGPoint
newTranslate
The translation values that will be in place after the zoom operation has been processed. The SVGPoint object is read only.
float
previousScale
The scale factor from previous zoom operations that was in place before the zoom operation occurred.
SVGPoint
previousTranslate
The translation values from previous zoom operations that were in place before the zoom operation occurred. The SVGPoint object is read only.
SVGRect
zoomRectScreen
The specified zoom rectangle in screen units. The SVGRect object is read only.